object ExportForm: TExportForm Left = 386 Top = 326 BorderStyle = bsDialog Caption = 'Export' ClientHeight = 332 ClientWidth = 441 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object FormatBox: TTntGroupBox Left = 8 Top = 8 Width = 121 Height = 88 Caption = 'File Format' TabOrder = 0 DesignSize = ( 121 88) object MD5Button: TTntRadioButton Left = 8 Top = 16 Width = 106 Height = 16 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'MD5SUM' TabOrder = 0 OnClick = MD5ButtonClick end object BSDButton: TTntRadioButton Left = 8 Top = 40 Width = 106 Height = 16 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'BSD-style' Checked = True TabOrder = 1 TabStop = True OnClick = MD5ButtonClick end object SFVButton: TTntRadioButton Left = 8 Top = 64 Width = 106 Height = 16 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'SFV format' TabOrder = 2 OnClick = MD5ButtonClick end end object LineEndBox: TTntGroupBox Left = 136 Top = 8 Width = 153 Height = 88 Caption = 'Line End ' TabOrder = 1 DesignSize = ( 153 88) object DOSButton: TTntRadioButton Left = 8 Top = 16 Width = 138 Height = 17 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'DOS/Windows (CRLF)' TabOrder = 0 end object NixButton: TTntRadioButton Left = 8 Top = 40 Width = 138 Height = 17 Anchors = [akLeft, akTop, akRight, akBottom] Caption = '*NIX (LF only)' Checked = True TabOrder = 1 TabStop = True end object MacButton: TTntRadioButton Left = 8 Top = 64 Width = 138 Height = 17 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Macintoch (CR only)' TabOrder = 2 end end object EncodingBox: TTntGroupBox Left = 8 Top = 104 Width = 281 Height = 185 Caption = '&Encoding' TabOrder = 3 object UTF8Button: TTntRadioButton Left = 8 Top = 24 Width = 90 Height = 17 Caption = 'UTF-8' Checked = True TabOrder = 0 TabStop = True OnClick = OthButtonClick end object ANSIButton: TTntRadioButton Left = 8 Top = 48 Width = 90 Height = 17 Caption = 'ANSI' TabOrder = 1 OnClick = OthButtonClick end object OEMButton: TTntRadioButton Left = 8 Top = 72 Width = 90 Height = 17 Caption = 'OEM (DOS)' TabOrder = 2 OnClick = OthButtonClick end object OthButton: TTntRadioButton Left = 8 Top = 120 Width = 90 Height = 17 Caption = 'Other' TabOrder = 4 OnClick = OthButtonClick end object EncList: TTntListBox Left = 104 Top = 16 Width = 169 Height = 137 Enabled = False ItemHeight = 13 TabOrder = 5 end object ShowCodeBox: TTntCheckBox Left = 104 Top = 160 Width = 169 Height = 17 Caption = 'Show codepage numbers' TabOrder = 6 OnClick = ShowCodeBoxClick end object MCPButton: TTntRadioButton Left = 8 Top = 96 Width = 90 Height = 17 Caption = 'Macintoch' TabOrder = 3 OnClick = OthButtonClick end end object OKButton: TTntButton Left = 8 Top = 296 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object CancelButton: TTntButton Left = 88 Top = 296 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object DelimBox: TTntGroupBox Left = 296 Top = 8 Width = 136 Height = 88 Caption = ' Path Delimiters ' TabOrder = 2 object RSButton: TTntRadioButton Left = 8 Top = 16 Width = 120 Height = 17 Caption = '"\" - DOS/Windows' Checked = True TabOrder = 0 TabStop = True end object DRButton: TTntRadioButton Left = 8 Top = 40 Width = 120 Height = 17 Caption = '"\\" - C/C++' TabOrder = 1 end object SLButton: TTntRadioButton Left = 8 Top = 64 Width = 120 Height = 17 Caption = '"/" - *NIX' TabOrder = 2 end end object FileNameBox: TTntGroupBox Left = 296 Top = 104 Width = 136 Height = 88 Caption = 'File Name by Default' TabOrder = 4 object LSTButton: TTntRadioButton Left = 8 Top = 16 Width = 113 Height = 17 Caption = 'md5sum.lst' TabOrder = 0 end object CHKButton: TTntRadioButton Left = 8 Top = 40 Width = 113 Height = 17 Caption = 'checksum.md5' TabOrder = 1 end object EMTButton: TTntRadioButton Left = 8 Top = 64 Width = 113 Height = 17 Caption = 'none' TabOrder = 2 end end object LowCaseBox: TTntCheckBox Left = 296 Top = 200 Width = 137 Height = 17 Caption = 'Chars in low case' TabOrder = 7 end end